GtkScrolledWindow: Bug 766569 - fix return types in added APIs
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Mon, 5 Sep 2016 07:08:27 +0000 (16:08 +0900)
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Mon, 5 Sep 2016 07:08:27 +0000 (16:08 +0900)
commiteaa6ca4a4920ee2146a91a20dbacc321ea55908b
treefcddf5b720cb1207b688ff3f7f3d7caa8e5f6044
parent26f575014d76c36d0fcf807c1fdb4638da64625a
GtkScrolledWindow: Bug 766569 - fix return types in added APIs

In gtkscrolledwindow.c, the return type of _get_propagate_natural_width()
and _get_propagate_natural_height() were accidentally gint instead of
gboolean, fixed to match the type correctly declared in the header file.
gtk/gtkscrolledwindow.c